VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class / CreateCIDFontFromTextSymbols Methods / CreateCIDFontFromTextSymbols(Dictionary<Char,IGraphicsPath>) Method
Syntax Exceptions Requirements SeeAlso
    CreateCIDFontFromTextSymbols(Dictionary<Char,IGraphicsPath>) Method (PdfFontManager)
    Creates a CID font, which is based on information about text symbols.
    Syntax

    Parameters

    symbolCodeToSymbolOutline
    Dictionary: text symbol => text symbol outline.

    Return Value

    CID PdfFont.
    Exceptions
    ExceptionDescription
    Thrown if symbolCodeToSymbolOutline is null.
    Thrown if symbolCodeToSymbolOutline is empty OR symbolCodeToSymbolOutline contains more than 255 items.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also